ComponentOne Studio for WinRT XAML
RemoveRange メソッド (IOrderedSet<T>)

開始要素。
終了要素。
要素の範囲を削除します。
構文
'宣言
 
Function RemoveRange( _
   ByVal from As T, _
   ByVal to As T _
) As System.Boolean
System.bool RemoveRange( 
   T from,
   T to
)

パラメータ

from
開始要素。
to
終了要素。
参照

IOrderedSet<T> インターフェース
IOrderedSet<T> メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.